com.justhis.util
Class Base64Utils

java.lang.Object
  extended bycom.justhis.util.Base64Utils

public class Base64Utils
extends java.lang.Object

????base64??????????

Version:
$Revision: 1.1 $
Author:
acai

Constructor Summary
Base64Utils()
           
 
Method Summary
static java.lang.Object decode(char[] object)
          ????base64??????????
static char[] encode(java.lang.Object object)
          ??????????ojbect??????????????char ????
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64Utils

public Base64Utils()
Method Detail

decode

public static java.lang.Object decode(char[] object)
                               throws UtilException
????base64??????????

Parameters:
object - ??????????????
Returns:
????
Throws:
UtilException - ????????????????.

encode

public static char[] encode(java.lang.Object object)
                     throws UtilException
??????????ojbect??????????????char ????

Parameters:
object -
Returns:
??????????????
Throws:
UtilException - ????????????????


Copyright © 2003 EastNetworks.Net(China)Co.,Ltd.. All Rights Reserved.